home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / DESKLIBC / SOURCES.ZIP / DeskLib / !DLSources / Libraries / Font / s / Font14 < prev    next >
Text File  |  1995-08-26  |  394b  |  19 lines

  1. ; Author: Copyright 1993 Shaun Blackmore
  2.  
  3.         GET     ^.h.regdefs
  4.         GET     ^.h.swinos
  5.         GET     ^.h.macros
  6.  
  7. ;os_error *Font_ReadThresholds(FontThresholds *t);
  8.  
  9.  
  10.         PREAMBLE
  11.         STARTCODE Font_ReadThresholds
  12. ;
  13.         STMFD   sp!, {lr}
  14.         MOV     r1,r0
  15.         SWI     SWI_Font_ReadThresholds + XOS_Bit
  16.         MOVVC   r0,#0
  17.         LDMFD   sp!, {pc}^
  18.         END
  19.